Make current-prefix nil when not showing popup
authorjustbur <justin@burkett.cc>
Thu, 16 Jun 2016 15:01:53 +0000 (11:01 -0400)
committerjustbur <justin@burkett.cc>
Thu, 16 Jun 2016 15:01:53 +0000 (11:01 -0400)
which-key.el

index 55721a8129f4752c3fc4e1f406d726422dcd1406..6f2792ee90ca71f56a0f7a1ca644a716d1f2d60d 100644 (file)
@@ -893,6 +893,7 @@ total height."
   "This function is called to hide the which-key buffer."
   (unless (member real-this-command which-key--paging-functions)
     (setq which-key--current-page-n nil
+          which-key--current-prefix nil
           which-key--using-top-level nil
           which-key--using-show-keymap nil
           which-key--using-show-operator-keymap nil